home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄15⁄89 / 0195-RE MA Linear Process-Dec89 < prev    next >
Encoding:
Text File  |  1989-12-15  |  1.0 KB  |  27 lines  |  [TEXT/GEOL]

  1. Item    1977770                         13-Dec-89        21:35
  2.  
  3. From:   CREMER.M                        Cremer, Mike
  4.  
  5. To:     V0683                           Amoco Tech, Eric Berdahl,VAR
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    RE: MA Linear Processes
  10.  
  11. Eric,
  12.  
  13. I think I am reiterating what someone else said (I forget who it was, sorry),
  14. but the simplest way to program a large linear process in MacApp is to use
  15. idlers.  Specifically, use idlers as state machines, perhaps retaining
  16. information about intermediate stages.  This has an added advantage or reducing
  17. memory requirements (assuming that the process can be perfomed in a piecewise
  18. manner).  A caution, however: idlers get time when the machine is "idle", i.e.
  19. when lots of null events are popping though.  Idlers ideally should be able to
  20. complete whatever task they are created for in a short period of time.  Idlers
  21. that are heavily computation- or I/O-bound will cause the application to appear
  22. sluggish and unresponsive.
  23.  
  24. have a nice day,
  25. $mike cremer
  26.  
  27.